← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Thu Dec 15 15:23:56 2022
Reported on Thu Dec 15 15:27:04 2022

Filename(eval 331)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm:148]
StatementsExecuted 3 statements in 9µs
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm line 148
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
22221µs827µsJSON::Schema::Modern::::add_format_validationJSON::Schema::Modern::add_format_validation
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package JSON::Schema::Modern;
2
# spent 827µs (21+806) within JSON::Schema::Modern::add_format_validation which was called 2 times, avg 413µs/call: # once (11µs+773µs) by JSON::Schema::Modern::Document::OpenAPI::_add_vocab_and_default_schemas at line 200 of JSON/Schema/Modern/Document/OpenAPI.pm # once (10µs+33µs) by JSON::Schema::Modern::add_format_validation at line 6
sub add_format_validation {
310s for my $method (@$before) {
415µs1730µs $method->(@_);
5 }
614µs143µs $$wrapped->(@_);}
# spent 43µs making 1 call to JSON::Schema::Modern::add_format_validation
7;